|
mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
|

Public Attributes | ||
| struct RClass * | c | |
| enum mrb_vtype | tt:8 | |
| unsigned int | gc_color:3 | |
| unsigned int | frozen:1 | |
| uint32_t | flags:20 | |
| union { | ||
| const mrb_irep * irep | ||
| mrb_func_t func | ||
| mrb_sym mid | ||
| } | body | |
| const struct RProc * | upper | |
| union { | ||
| struct RClass * target_class | ||
| struct REnv * env | ||
| } | e | |